home *** CD-ROM | disk | FTP | other *** search
/ ftp.hypersurf.com / ftp.hypersurf.com.tar / ftp.hypersurf.com / pub / mac / chat / ircle3.0.sit.hqx / ircle 3.0.4 US / Scripts / README < prev    next >
Text File  |  1998-11-01  |  3KB  |  132 lines

  1.  
  2.  
  3. Introduction
  4.  
  5. What are these files in the Scripts folder?
  6.  
  7. Ircle makes use of AppleScript¬ to automate tasks. AppleScript is a scripting language/software that comes with System 7.5 or higher. It is also available for System 7.1 but then you need to download the AppleScript Installer from the Apple sites. The AppleScript software needs to be installed to be able to run the scripts.
  8.  
  9. Get AppleScript at http://www.applescript.apple.com .
  10. You can also download the AppleScript Language guide there.
  11.  
  12. (Note: if you install AppleScript use the installer....AppleScript is more than just one extension.)
  13.  
  14.  
  15.  
  16. How to use AppleScripts with Ircle.
  17.  
  18. To run a script in Ircle  type /scriptname. For example: /colorgreet .
  19. The script will be executed and unloads after completion.
  20.  
  21. Some scripts can be loaded into ircle memory permanently and will process events sent by ircle (text coming in, timer events, etc.). Type /load scriptname or /load to load them. Type /unload to delete it from ircle memory. Ircle wont send events to the script anymore.
  22. Only one script can be loaded at a time.
  23.  
  24. You can create/edit AppleScripts yourself by using the Script Editor that comes with the AppleScript installation.
  25.  
  26. On the ircle home page (http://www.ircle.com) you will find links to documentation and scripts made by others.
  27.  
  28.  
  29. This scripts folder contains only some sample applescripts for ircle.
  30.  
  31. More scripts and script developer info are (soon) available in the Ircle ScriptPack.
  32.  
  33.  
  34.  
  35. Explaining the scripts:
  36.  
  37.  
  38. m
  39. ---
  40. A command alias.
  41. This script act likes /msg.
  42.  
  43. Usage: /m <nickname | #channelname> <text>
  44.  
  45.  
  46.  
  47.  
  48.  j
  49. --
  50. A command alias.
  51. This script acts like /join.
  52.  
  53. Usage: /j <#channelname> [password]
  54.  
  55.  
  56.  
  57.  
  58.  k
  59. --
  60. Again a command alias.
  61. This script acts like /kick, only now you don't have to give the channelname. It use the current channel.
  62.  
  63. Usage: /k <nickname> [kickmessage]
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  f2c
  71. --
  72. Fahrenheit to Celsius conversion script.
  73.  
  74. Usage: /f2c <number>
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  c2f
  81. --
  82.  Celsius to Fahrenheit conversion script.
  83.  
  84. Usage: /c2f <number>
  85.  
  86.  
  87.  
  88.  
  89.  
  90. Masstrout
  91. --------
  92. This script will 'slap' all the users you have selected in the userlist with an object. This object you have to 'tell' the script.
  93.  
  94. Usage: /masstrout <slapobject>
  95.  
  96.  
  97.  
  98.  
  99. CountOps
  100. --------
  101. This script will count all operators in the current channel and will send the result to the channel.
  102.  
  103. Usage: /countops
  104.  
  105.  
  106.  
  107. Colorgreet
  108. ---------
  109. This script will hug all users in the current channel. Every nickname will be in a different color.
  110.  
  111. Usage: /colorgreet
  112.  
  113. NOTE: some channels don't appreciate colors or abuse of colors...you will be kicked.
  114.  
  115.  
  116.  
  117. Slotscript
  118. ------
  119. Like the name says...a slots game.
  120.  
  121. Usage: /load slotscript
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. ------------------------------------------------------------------------
  130. Authors of the scripts are : Onno, _GNU_, Elixer, Kriptik, Bellman and Possible
  131.  
  132.